-- card: 2378 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2227 -- name: -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=455 top=31 right=70 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 2478 / 2478 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About ----- HyperTalk script ----- on mouseDown set visible of card field "About" to not the visible of card field "About" end mouseDown -- part 2 (field) -- low flags: 81 -- high flags: 2002 -- rect: left=135 top=28 right=224 bottom=443 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: About ----- HyperTalk script ----- on mouseUp hide card field "About" end mouseUp -- part contents for card part 2 ----- text ----- HyperCalc, by Dan Winkler Change any number in the first column, or equation in the second column, then click outside the field to recalculate. For each field, the first line should be the name; the second line a value; the third line an optional equation. Copyright ©1987 Apple Computer Inc. -- part contents for background part 13 ----- text ----- Miles per year 20000 -- part contents for background part 14 ----- text ----- Miles per gallon 30 -- part contents for background part 15 ----- text ----- Price per gallon 1.50 -- part contents for background part 16 ----- text ----- Gallons per year: 666.666667 (line 2 of field "MPY" / line 2 of field "MPG") -- part contents for background part 17 ----- text ----- Cost per mile: 0.05 (line 2 of field "PPG" / line 2 of field "MPG") -- part contents for background part 18 ----- text ----- Cost per year: 1000 (line 2 of field "GPY" * line 2 of field "PPG")